NotBlankString
@Serializable(with = NotBlankStringSerializer::class)
Deprecated
Use the kotools.types.NotBlankString type instead.
Replace with
import kotools.types.NotBlankString
Content copied to clipboard
NotBlankString
Content copied to clipboard
Representation of strings that have at least one character, excluding whitespaces.
Types
Link copied to clipboard
object Companion
Contains declarations for holding or building a PositiveInt.
Link copied to clipboard
Error thrown when creating a NotBlankString fails.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the character of this value at the specified index. Throws an IndexOutOfBoundsException if the index is out of bounds, except in Kotlin/JS where the behavior is unspecified.